Skip to content

Generate project-relative .lldbinit file#3303

Open
adincebic wants to merge 1 commit intomainfrom
adin/project-relative-lldbinit
Open

Generate project-relative .lldbinit file#3303
adincebic wants to merge 1 commit intomainfrom
adin/project-relative-lldbinit

Conversation

@adincebic
Copy link
Copy Markdown
Contributor

We stop putting .lldbinit into user's home directory and instead generate it within the .xcodeproj bundle. This prevents debugging issues with plain Xcode projects that are not generated with rules_xcodeproj.

NOTE: I tested this with various targets including WatchOS, extensions and tests and it appears to be working fine.

Closes #3134

Signed-off-by: Adin Cebic <cebic.ad@gmail.com>
@adincebic adincebic requested a review from a team as a code owner April 17, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Writing lldbinit configuration to home directory interferes with all non-rules_xcodeproj Xcode projects

1 participant